home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_FIND / TDLG_FIND.txt
Text File  |  2002-07-04  |  2KB  |  85 lines

  1. object Dlg_find: TDlg_find
  2.   Left = 199
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find Message'
  6.   ClientHeight = 135
  7.   ClientWidth = 379
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object L_find: TLabel
  18.     Left = 32
  19.     Top = 16
  20.     Width = 37
  21.     Height = 13
  22.     Alignment = taRightJustify
  23.     Caption = '&Search:'
  24.     FocusControl = E_find
  25.   end
  26.   object E_find: TEdit
  27.     Left = 72
  28.     Top = 12
  29.     Width = 177
  30.     Height = 21
  31.     TabOrder = 0
  32.     OnChange = E_findChange
  33.   end
  34.   object BtnFindNext: TButton
  35.     Left = 272
  36.     Top = 8
  37.     Width = 97
  38.     Height = 25
  39.     Caption = 'Find &Next'
  40.     Default = True
  41.     Enabled = False
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object BtnCancel: TButton
  46.     Left = 272
  47.     Top = 40
  48.     Width = 97
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.   end
  55.   object GroupBox: TGroupBox
  56.     Left = 16
  57.     Top = 48
  58.     Width = 233
  59.     Height = 73
  60.     Caption = 'Options'
  61.     TabOrder = 3
  62.     object CBonlyhead: TCheckBox
  63.       Left = 24
  64.       Top = 24
  65.       Width = 193
  66.       Height = 17
  67.       Caption = 'Only search in message &header'
  68.       TabOrder = 0
  69.     end
  70.     object CBcasesense: TCheckBox
  71.       Left = 24
  72.       Top = 48
  73.       Width = 201
  74.       Height = 17
  75.       Caption = 'C&ase sensitive'
  76.       TabOrder = 1
  77.     end
  78.   end
  79.   object Language: TLanguage
  80.     LangCenter = DM_Language.LangCenter
  81.     Left = 304
  82.     Top = 88
  83.   end
  84. end
  85.